Package com.cisco.pt.ipc.sim.impl
Class WEPProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.WEPProcessImpl
- All Implemented Interfaces:
IPCObject,Process,WEPProcess
- Direct Known Subclasses:
WPAProcessImpl
Information provided by the PKI file:
\class WEPProcess
\brief WEPProcess handles and manipulates the WEP encryption process on wireless clients.
\example network().getDevice("PC0").getProcess("WirelessClient").getWepProcess()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionWEPProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
WEPProcessImpl
public WEPProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setKey
Information provided by the PKI file:
\brief Sets the WEP key. \param key, the WEP key.- Specified by:
setKeyin interfaceWEPProcess- Parameters:
key- Takes in a parameter of key
-
getKey
Information provided by the PKI file:
\brief Returns the WEP key. \return string, the WEP key.- Specified by:
getKeyin interfaceWEPProcess- Returns:
- String Returns a String
-
getUserId
Information provided by the PKI file:
\brief Returns the User Id. \return string, the User Id.- Specified by:
getUserIdin interfaceWEPProcess- Returns:
- String Returns a String
-
getPasswd
Information provided by the PKI file:
\brief Returns the Password. \return string, the password.- Specified by:
getPasswdin interfaceWEPProcess- Returns:
- String Returns a String
-
setUserId
Information provided by the PKI file:
\brief Set User Id. \param userId, the User Id string.- Specified by:
setUserIdin interfaceWEPProcess- Parameters:
userId- Takes in a parameter of userId
-
setPasswd
Information provided by the PKI file:
\brief Set password. \param pwd, the password string.- Specified by:
setPasswdin interfaceWEPProcess- Parameters:
pwd- Takes in a parameter of pwd
-